home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / css / wwdcstyle040804.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-04-05  |  4.8 KB  |  336 lines

  1. #body h2 {
  2.     margin: 10px 0 -20px;
  3.     }
  4.  
  5. #body h3 {
  6.     background: #E1E1E1;
  7.     padding: 2px 5px;
  8.     margin: 25px 0 5px;
  9.     border: 1px solid #bbb;
  10.     }
  11.  
  12. #body h4 {
  13.     color: #000;
  14.     }
  15.  
  16. #sidebar .graybox td {
  17.     padding-bottom: 0;
  18.     }
  19.  
  20. #sidebar .graybox table.register td {
  21.     vertical-align: middle;
  22.     font-size: 11px;
  23.     padding-bottom: 8px;
  24.     }
  25.  
  26. #sidebar ul.nav {
  27.     margin-bottom: 10px;
  28.     }
  29.  
  30. .graybox td.center {
  31.     text-align: center;
  32.     }
  33.  
  34. #previouswinners h3 {
  35.     width: 448;
  36.     font-size: 14px;
  37.     background: #E1E1E1;
  38.     padding: 2px 5px;
  39.     margin: 30px 0 6px;
  40.     border: 1px solid #bbb;
  41.     }
  42.     
  43. #previouswinners .first {
  44.     margin-top: 0px;
  45.     }
  46.     
  47. #previouswinners h4 {
  48.     font-weight: bold;
  49.     font-size: 12px;
  50.     color: #000;
  51.     margin-bottom: 3px;
  52.     margin-top: 0;
  53.     }
  54.  
  55. #previouswinners p {
  56.     margin: 0 0 10px 20px;
  57.     }
  58.     
  59. #previouswinners p strong{
  60.     font-weight: bold;
  61.     color: #000;
  62.     }
  63.     
  64. #previouswinners .moreinfo {
  65.     margin-left: 0;
  66.     }
  67.     
  68. #videos object {
  69.     vertical-align: middle;
  70.     margin: 0 5px 0 10px;
  71.     }
  72.  
  73. #videos td {
  74.     padding-bottom: 7px;
  75.     }
  76.     
  77. /* sessions page definitions */
  78. .sessions {
  79.     border: 1px solid #919699;
  80.     margin-bottom: 10px;
  81.     }
  82.  
  83. .sessions th {
  84.     padding: 6px 10px 6px 10px;
  85.     font-size: 10px;
  86.     background: #7E91A4;
  87.     color: #FFF;
  88.     }
  89.  
  90. .sessions td {
  91.     font-size: 12px;
  92.     text-align: left;
  93.     vertical-align: top;
  94.     }
  95.  
  96. .sessions .title td {
  97.     border-top: 1px solid #919699;
  98.     background: #F0F5F9;
  99.     padding: 6px 10px 6px 10px;
  100.     }
  101.  
  102. .sessions .descriptions {
  103.     padding: 10px;
  104.     background: #FFF;
  105.     }
  106.     
  107. .sessions .title td.sortcolumn {
  108.     background: #DCE5EE;
  109.     }
  110.     
  111. .sessions .description td.sortcolumn {
  112.     background: #F5F5F5;
  113.     }
  114.     
  115. .sessions th.sortcolumn {
  116.     background: #334455;
  117.     }
  118.     
  119. .sessionstop {
  120.     border-right: 1px solid #919699;
  121.     background: #E2E2E2;
  122.     }
  123.     
  124. .sessionstop td {
  125.     border-top: 1px solid #919699;
  126.     border-left: 1px solid #919699;
  127.     padding: 10px;
  128.     }
  129.     
  130. .earlyoffer {
  131.     border-top: 1px dashed #919699;
  132.     border-bottom: 1px dashed #919699;
  133.     padding: 5px 5px;
  134.     margin-bottom: 25px;
  135.     } 
  136.     
  137. /* calendar page definitions */
  138.  
  139. .days { 
  140.     border-top: 1px solid #919699;
  141.     border-right: 1px solid #919699;
  142.     height: 70px;
  143.     }
  144.  
  145. .days td {
  146.     font-size: 10px;
  147.     text-align: center;
  148.     padding: 4px;
  149.     border-bottom: 1px solid #919699;
  150.     border-left: 1px solid #919699;
  151.     }
  152.     
  153. .days td.current {
  154.     background: #f1f1f1;
  155.     font-weight: bold;
  156.     }
  157.  
  158.     /* calendar table */
  159. .calendar {
  160.     border-bottom: 1px solid #919699;
  161.     border-right: 1px solid #919699;
  162.     margin-bottom: 15px;
  163.     vertical-align: top;
  164.     }
  165.     
  166. .calendar td {
  167.     border-left: 1px solid #CCCFD0;
  168.     border-top: 1px solid #CCCFD0;
  169.     padding: 6px 8px;
  170.     font-size: 10px;
  171.     font-weight: bold;
  172.     color: #FFF;
  173.     height: 50px;
  174.     vertical-align: top;
  175.     }
  176.     
  177. .calendar th {
  178.     border-top: 1px solid #919699;
  179.     border-left: 1px solid #CCCFD0;
  180.     background: #EEEFF0;
  181.     padding: 6px 8px;
  182.     font-size: 10px;
  183.     text-align: center;
  184.     }
  185.  
  186. .calendar .empty {
  187.     background: #FFF;
  188.     border-top: none;
  189.     border-left: none;
  190.     }
  191.     
  192. .calendar .location {
  193.     border-left: 1px solid #919699;
  194.     border-top: 1px solid #CCCFD0;
  195.     background: #EEEFF0;
  196.     font-weight: bold;
  197.     color: #000;
  198.     
  199.     }
  200.     
  201. .calendar .first {
  202.     border-top: 1px solid #919699;
  203.     border-left: 1px solid #919699;
  204.     }
  205.     
  206. .calendar .special {
  207.     color: #000;
  208.     font-weight: normal;
  209.     }
  210.     
  211. .calendar .special a:link {
  212.     color: #00f;
  213.     text-decoration: none;
  214.     }
  215.  
  216. .calendar .special a:visited {
  217.     color: #00a;
  218.     text-decoration: none;
  219.     }
  220.  
  221. .calendar .special a:hover, .calendar .special a:active {
  222.     color: #f60;
  223.     text-decoration: underline;
  224.     }
  225.     
  226. .calendar .quicktime {
  227.     background: #92B6E1;
  228.     }
  229.     
  230. .calendar .general {
  231.     background: #9A749C;
  232.     }
  233.  
  234. .calendar .enterprise {
  235.     background: #A9A9A9;
  236.     }
  237.  
  238. .calendar .frameworks {
  239.     background: #B4A851;
  240.     }
  241.  
  242. .calendar .graphics {
  243.     background: #F1AB00;
  244.     }
  245.  
  246. .calendar .core {
  247.     background: #689788;
  248.     }
  249.     
  250. .calendar .hardware {
  251.     background: #587993;
  252.     }
  253.  
  254. .calendar .devtools {
  255.     background: #B75312;
  256.     }
  257.     
  258. .calendar a:link, .calendar a:visited {
  259.     color: #FFF;
  260.     font-weight: bold;
  261.     text-decoration: none;
  262.     }
  263.  
  264. .calendar a:hover, .calendar a:active {
  265.     color: #FFF;
  266.     font-weight: bold;
  267.     text-decoration: underline;
  268.     }
  269.     
  270. .calendar th.middle, .calendar td.middle {
  271.     vertical-align: middle;
  272.     }
  273.     
  274.     /* legend table */
  275. .colorkey {
  276.     border: 1px solid #919699;
  277.     margin-right: 15px; 
  278.     }
  279.     
  280. .colorkey th {
  281.     font-size: 10px;
  282.     font-weight: bold;
  283.     padding: 10px;
  284.     }
  285.     
  286. .colorkey td {
  287.     font-size: 10px;
  288.     padding: 0 10px 10px 10px;
  289.     }
  290.  
  291. .colorkey img {
  292.     vertical-align: middle;
  293.     }
  294.     
  295.     /* promo tables */
  296. .calendarbottom {
  297.     border: 1px solid #919699;
  298.     width: 100%;
  299.     margin-bottom: 15px;
  300.     }
  301.     
  302. .calendarbottom td {
  303.     font-size: 10px;
  304.     padding: 10px
  305.     }
  306.     
  307. .calendarbottom table td {
  308.     padding: 0;
  309.     }
  310.     
  311. .calendarbottom img {
  312.     vertical-align: middle;
  313.     }
  314.     
  315. .normal {
  316.     font-weight: normal;
  317.     }
  318.     
  319. ul.links li {
  320.     margin-bottom: 4px;
  321.     padding-left: 0;
  322.     background: none;
  323.     }
  324.     
  325. /* ADA Definitions */
  326.  
  327. .enterbutton {
  328.     text-align: right;
  329.     padding: 8px 0 0 0;
  330.     margin: 15px 0 30px 0;
  331.     border-top: 1px solid #bbb;
  332.     }
  333.     
  334. .listintro {
  335.     margin-bottom: 0;
  336.     }